projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d69fe1
)
* w32fns.c (validate_x_resource_name): Use SSET.
author
Ken Raeburn
<raeburn@raeburn.org>
Tue, 16 Jul 2002 15:49:59 +0000
(15:49 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Tue, 16 Jul 2002 15:49:59 +0000
(15:49 +0000)
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/w32fns.c
b/src/w32fns.c
index ea865a7a0ae57538bb9afbdbf42ccdb277f25fb3..9e1602e8d6c808093fb93665eec561e373bd8b3b 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-3049,7
+3049,7
@@
validate_x_resource_name ()
|| (c >= 'A' && c <= 'Z')
|| (c >= '0' && c <= '9')
|| c == '-' || c == '_'))
- S
REF (new, i) = '_'
;
+ S
SET (new, i, '_')
;
}
}